home *** CD-ROM | disk | FTP | other *** search
- PXFINTSET(3F) Last changed: 1-6-98
-
-
- NNAAMMEE
- PPXXFFIINNTTSSEETT - Allows components of a structure to be set or modified
-
- SSYYNNOOPPSSIISS
- IINNTTEEGGEERR JJHHAANNDDLLEE,, VVAALLUUEE,, IIEERRRROORR
- CCHHAARRAACCTTEERR**((_n)) _c_o_m_p_n_a_m
- CCAALLLL PPXXFFIINNTTSSEETT ((_j_h_a_n_d_l_e,, _c_o_m_p_n_a_m,, _v_a_l_u_e,, _i_e_r_r_o_r))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
- default when compiling programs with the MIPSpro 7 Fortran 90 compiler
- or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
- 7.2 F77 compiler.
-
- The PPXXFFIINNTTSSEETT subroutine allows components of a structure to be set or
- modified.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
- kind unless documented otherwise. On UNICOS and UNICOS/mk, default
- kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
- IRIX, the default kind is KKIINNDD==44.
-
- The arguments for PPXXFFIINNTTSSEETT are:
-
- _j_h_a_n_d_l_e An input integer variable. _j_h_a_n_d_l_e references a structure.
- _j_h_a_n_d_l_e should have been created by PPXXFFSSTTRRUUCCTTNNAAMMEE().
-
- _c_o_m_p_n_a_m An input character variable. _c_o_m_p_n_a_m is the name of a
- component of the structure. _c_o_m_p_n_a_m is case-sensitive.
-
- _v_a_l_u_e An input integer variable. _v_a_l_u_e is the value to be stored
- in the component of _j_h_a_n_d_l_e referenced by _c_o_m_p_n_a_m. The
- structures and components that can be accessed through
- PPXXFFIINNTTSSEETT() are described on the man page for the related
- routine.
-
- _i_e_r_r_o_r An output integer variable.
-
- EEXXIITT SSTTAATTUUSS
- Upon successful completion of PPXXFFIINNTTSSEETT(), the argument _i_e_r_r_o_r is set
- to 0. If any of the following conditions occur, _i_e_r_r_o_r is set to the
- corresponding value:
-
- EENNOONNAAMMEE Component name is not defined for this structure
-
- EEBBAADDHHAANNDDLLEE
- If _j_h_a_n_d_l_e is an invalid handle or has an incorrect handle
- type (UNICOS and UNICOS/mk only).
-
- SSEEEE AALLSSOO
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 2165, for the printed version of this man page.
-
-